home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / selfstorage.swf / scripts / frame_5 / PlaceObject2_136_5 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2008-03-17  |  453b  |  22 lines

  1. onClipEvent(enterFrame){
  2.    this.hoehe = _root.hoehe;
  3.    if(_root.int_spiellaeuft == 2)
  4.    {
  5.       wartecounter--;
  6.       if(wartecounter < 0)
  7.       {
  8.          if(this._x > 310)
  9.          {
  10.             this._x -= 20;
  11.          }
  12.          if(this._x < 310)
  13.          {
  14.             this.tab1.tabIndex = 1;
  15.             this.tab2.tabIndex = 2;
  16.             Selection.setFocus(this.tab1);
  17.             this._x = 310;
  18.          }
  19.       }
  20.    }
  21. }
  22.